Developer --> Technical Publications
PATHHardware Documentation > USB Devices > Mac OS USB DDK API Reference


Driver Loading Option Constants

kUSBDoNotMatchGenericDevice = 0x00000001,   /* Driver's VendorID */
                                            /* must match Device's */
                                            /* VendorID*/
kUSBDoNotMatchInterface = 0x00000002,       /* Do not load this driver */
                                            /* as an interface driver.*/
kUSBProtocolMustMatch = 0x00000004,         /* Do not load this driver */
                                            /* if protocol field */
                                            /* doesn't match.*/
kUSBInterfaceMatchOnly = 0x00000008         /* Only load this driver */
                                            /* as an interface driver.*/

© 1999 Apple Computer, Inc.

Previous | Back Up One Level | Next | Show Frames | Hide Frames